Bug fix
-
python
filters would cause "invalid escape sequence" SyntaxWarnings
with python 3.12 or newer. -
--skip-ctty
option skips making slave pty a controlling terminal -
warn (don't die) when a specified completion file is not found
-
configure
will bail out (not just warn) when notermcap
-like
library is found. -
additionally check for
TERM
whenINSIDE_EMACS
is set
(allowing the use ofrlwrap
within shells run byemacs
) -
gcc -Wformat-security
would warn aboutrl_message()
being
used in an unsafe manner. -
silence unhelpful input/output error messages at command exit